소스 검색

* Minor documentation fix.

tags/v0.99.beta14
Sam Hocevar sam 18 년 전
부모
커밋
b1bf22a593
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      cucul/frame.c

+ 2
- 1
cucul/frame.c 파일 보기

@@ -90,13 +90,14 @@ char const *cucul_get_frame_name(cucul_canvas_t *cv)
/** \brief Set the current frame's name.
*
* Set the current frame's name. Upon creation, a frame has a default name
* of \rc "frame#xxxxxxxx" where \c xxxxxxxx is a self-incrementing
* of \c "frame#xxxxxxxx" where \c xxxxxxxx is a self-incrementing
* hexadecimal number.
*
* If an error occurs, -1 is returned and \b errno is set accordingly:
* - \c ENOMEM Not enough memory to allocate new frame.
*
* \param cv A libcucul canvas.
* \param name The name to give to the current frame.
* \return 0 in case of success, -1 if an error occurred.
*/
int cucul_set_frame_name(cucul_canvas_t *cv, char const *name)


불러오는 중...
취소
저장